home *** CD-ROM | disk | FTP | other *** search
- gPanelWidth = max( 325, zstring_width(zstring: '$$$/Dialogs/UserSettings/GlobalMaxString') + 25 );
-
- dialog(target_id: 'name')
- {
- cluster(item_id: 'Panl', name: '$$$/Dialogs/ChangePassword/ClusterTitle',
- dwidth: gPanelWidth, align_children: align_left)
- {
- static_text(name: '$$$/Dialogs/ChangePassword/Old');
- edit_text(item_id: 'pold', password: true, alignment: align_fill );
- static_text(name: '$$$/Dialogs/ChangePassword/New');
- edit_text(item_id: 'pnew', password: true, alignment: align_fill );
- static_text(name: '$$$/Dialogs/ChangePassword/Confirm');
- edit_text(item_id: 'pcon', password: true, alignment: align_fill );
- gap(height: 5);
- button(item_id: 'doit', name: '$$$/Dialogs/PasswordOptions/Apply', alignment: align_right);
- }
- }
-